home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960425-19960715 / 000364_news@columbia.edu _Thu Jul 4 04:24:48 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id EAA28602 for <kermit.misc@watsun.cc.columbia.edu>; Thu, 4 Jul 1996 04:24:48 -0400 (EDT)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.5/8.7.3) id EAA10262 for kermit.misc@watsun; Thu, 4 Jul 1996 04:24:46 -0400 (EDT)
  4. From: jrd@cc.usu.edu (Joe Doupnik)
  5. Newsgroups: comp.protocols.kermit.misc
  6. Subject: Re: Disable local echo in Telnet
  7. Message-ID: <1996Jul3.070029.82296@cc.usu.edu>
  8. Date: 3 Jul 96 07:00:29 MDT
  9. References: <31DA6121.2EE7@dial.pipex.com>
  10. Organization: Utah State University
  11. Lines: 20
  12. Path: news.columbia.edu!lamont.ldeo.columbia.edu!news.er.usgs.gov!stc06.ctd.ornl.gov!fnnews.fnal.gov!uwm.edu!math.ohio-state.edu!cs.utexas.edu!bcm.tmc.edu!pendragon!news.msfc.nasa.gov!newsfeed.internetmci.com!news.internetMCI.com!pull-feed.internetmci.com!news.provo.novell.com!news.cs.utah.edu!cc.usu.edu!jrd
  13.  
  14. In article <31DA6121.2EE7@dial.pipex.com>, Chancellors <Estate.Agents@dial.pipex.com> writes:
  15. > We are running MS-DOS Kermit 3.14 on a networked PC and C-Kermit 5A(190)
  16. > on a DEC Alpha box.I need to disable local echo within a Telnet session.
  17. > On the DEC Alpha the 'set telnet echo remote' command works fine but
  18. > there appears to be no equivalent in MS-DOS Kermit.If I use the command
  19. > 'set local-echo off' the 'show communication' command shows echo is off
  20. > but as soon as I start a Telnet session echo is swithed back on.
  21. > Any ideas?
  22. > Dave Stephens - dave@chancellors.co.uk
  23. -------------
  24.     Local/remote echoing over a Telnet connection is a Telnet Option
  25. negotiation result. Prior to negotiation echoing is local. If you Telnet
  26. to a non-Telnet port no negotiations occur and you are left with local
  27. echoing. Telnet is TCP port 23, the default unless you state otherwise.
  28.     Perhaps you can help us with a few more details on that connection
  29. process. As an aide you can say SET TCP DEBUG ON to see the Telnet Options
  30. be negotiated when a session starts.
  31.     Joe D.